Skip to content

feat: demonstrate lifecycle safety contracts - #12

Merged
codeforester merged 1 commit into
mainfrom
enhancement/4-20260902-demonstrate-lifecycle-safety-and-automation-contracts
Sep 2, 2026
Merged

feat: demonstrate lifecycle safety contracts#12
codeforester merged 1 commit into
mainfrom
enhancement/4-20260902-demonstrate-lifecycle-safety-and-automation-contracts

Conversation

@codeforester

Copy link
Copy Markdown
Contributor

Summary

  • Add a local reconciliation state write that is skipped in dry-run mode.
  • Exercise managed temporary input and consumer cleanup hooks.
  • Document human/machine output, structured errors, debug logs, and sensitive-argument redaction.

Validation

  • ./tests/validate.sh
  • UV_CACHE_DIR=/private/tmp/base-cli-demo-issue4-uv uv run --extra dev pytest -q (9 passed)
  • UV_CACHE_DIR=/private/tmp/base-cli-demo-issue4-uv uv run --with ruff ruff check src tests
  • UV_CACHE_DIR=/private/tmp/base-cli-demo-issue4-uv uv run --with ruff ruff format --check src tests
  • git diff --check

Fixes #4

@codeforester
codeforester force-pushed the enhancement/4-20260902-demonstrate-lifecycle-safety-and-automation-contracts branch from e291dd3 to 30cf044 Compare September 2, 2026 16:35
@codeforester
codeforester merged commit f0ed91a into main Sep 2, 2026
4 checks passed
@codeforester
codeforester deleted the enhancement/4-20260902-demonstrate-lifecycle-safety-and-automation-contracts branch September 2, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Demonstrate lifecycle safety and automation contracts

1 participant